home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 006a / prmath30.zip / PROMATHP.HLP < prev    next >
Text File  |  1991-12-14  |  6KB  |  166 lines

  1. ProMATHeus Plus is a copyrighted product designed to assist in solv-
  2. ing simple and complicated calculations of all types.  It differs from
  3. old-fashioned calculators (and their PC-based mimics)--it works like
  4. you think.  Named variables have replaced memories, equations are
  5. remembered and can interact, and functions can be defined easily.
  6.  
  7. Designed by a professional mathematician and actuary, ProMATHeus Plus
  8. is a powerful tool for users ranging from the beginning algebra stu-
  9. dent to the advanced engineering or scientific professional.  This is
  10. because it can be shaped easily to fit the computational needs of each
  11. individual.  Libraries of custom functions can be created thereby
  12. transforming ProMATHeus Plus to be used with any discipline:  finance,
  13. mathematics, engineering, statistics, surveying, navigation, etc.
  14.  
  15. ProMATHeus Plus is the successor to the original shareware version,
  16. ProMATHeus.  This 'Plus' version contains many more features and
  17. represents hundreds of hours of development.  Registration is required
  18. for continued use and it is greatly appreciated!  Please see details
  19. in the manual and at the end of this help.
  20.  
  21.                             (Continued)
  22.  
  23.  
  24.  
  25. ******************** Automatic Demonstration *************************
  26.  
  27. ProMATHeus Plus has an automatic facility which demonstrates many of
  28. its features.  Simply type:
  29.  
  30.                           demo
  31.  
  32. in the input screen and press <enter>.  It's a good way to get
  33. started.  It should take about ten minutes.
  34.  
  35.  
  36. **********************************************************************
  37.  
  38.  
  39.  
  40.  
  41.                             (Continued)
  42.  
  43.  
  44.  
  45. General Description--------------------------------------------------
  46.  
  47. All input is entered at the ??: prompt in several possible forms:
  48.  
  49. [algebraic expression]
  50.      The expression is evaluated and the result is displayed.  If
  51.      variables are used, the expression is re-evaluated with each
  52.      subsequent operation (signified by ).
  53.  
  54. [variable] = [algebraic expression]
  55.      As above, with result being assigned to the variable.
  56.  
  57. [function name] ( [var],[var],... ) = [algebraic expression]
  58.      Function is defined by the algebraic expression which can only
  59.      use variables named in the function variable list.  These
  60.      variables are for the definition only and are not retained.
  61.  
  62.      Custom functions can be solved for any of their variables and
  63.      graphed using ProMATHeus Plus.  See instructions for details.
  64.  
  65. [command]
  66.      ProMATHeus Plus command as defined below.
  67. Commands (screen 1 of 2)----------------------------------------------
  68.  
  69. Files---------------------
  70.   restart           = erase all functions, variables, and formulas.
  71.   save filename     = save current data without quitting
  72.   nosave            = quit ProMATHeus without updating PMP.DAT or .SET
  73.   get filename      = get previous data/formulas from disk
  74.   saveset filename  = save current session characteristics
  75.   getset filename   = get previous session characteristics
  76.   quit              = save to PMP.DAT & PMP.SET and end ProMATHeus
  77.  
  78. Copying & Deleting--------
  79.   copy # or fcopy # = copy formula or function for editing
  80.  
  81.   del # #-# #       = delete list or range of equations by number
  82.   fdel # # #        = delete list of functions by number
  83.   clear var var     = set list of independent variables to --unknown--
  84.   clear             = set all independent variables to --unknown--
  85.   erase var var     = delete list of unused variables
  86.   erase             = delete all unused variables
  87.  
  88.  
  89. Commands (screen 1 of 2)----------------------------------------------
  90.  
  91. Windows-------------------
  92.   graph             = invoke multiple function graphing
  93.   <esc>             = toggle display menus
  94.   <F1>              = this help message
  95.   <F2>              = display internal functions
  96.   <F3>              = display current ProMATHeus options
  97.   <F4>              = scroll left---|
  98.   <F5>              = scroll right  |---active menu scrolled
  99.   <up arrow>        = scroll up     |
  100.   <down arrow>      = scroll down---|
  101.   <F10>             = print
  102.  
  103. There are also a number of system commands which control ProMATHeus
  104. options.  See instructions.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. Input notes-----------------------------------------------------------
  112.  
  113. Operators:
  114.   Math      :  +       -       *       /     ^(power)  %(remainder)
  115.  
  116.   Logical   :  &(and)  |(or)   !(not)  #(exclusive or)
  117.  
  118.   Comparison:  <       <=      >       >=
  119.                !=(not equal)   ==(equality)
  120.  
  121.   Variable/function names must start with a letter and may include
  122.   numbers.
  123.  
  124.   Numbers may be in scientific notation: [sign]##.##e[sign][exponent].
  125.  
  126.   Any number of parentheses may be used.
  127.  
  128.   Function definitions may include up to 10 variables.
  129.  
  130.   Input line limited to 200 characters.
  131.  
  132.   Up to 200 formulas, functions, and variables can be defined, each.
  133. Required Registration-------------------------------------------------
  134.  
  135. If you would like to keep a copy of ProMATHeus Plus for your use and
  136. if you have not registered it, you must!  This is a shareware program,
  137. but it is not free.
  138.  
  139. This program represents many hundreds of hours of work by the author.
  140. The impetus to undertake the project, and to further its development
  141. only comes from the registrations of honest users.  We appreciate your
  142. support.
  143.  
  144. As a registered user, you will receive a complete, printed instruction
  145. manual with examples, formulas, and hints for users of all levels and
  146. abilities.  You will also receive the most recent version of the
  147. program if you do not already have it.  Lastly, you will receive
  148. notices of future releases.  To register, print the 'order.me' file,
  149. complete it, and send $25 to:
  150.  
  151.                     Mark D. Brissman
  152.                     Blarney Stone Software
  153.                     2510 Blarney Stone Lane
  154.                     Bloomington, IL 61704
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.                                   End
  166.